home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.mactech.com 2010
/
ftp.mactech.com.tar
/
ftp.mactech.com
/
src
/
mactech
/
volume14_1998
/
14.12.sit
/
14.12
/
Poor Man's Bryce 3.0
/
PictRead.h
< prev
next >
Wrap
C/C++ Source or Header
|
1998-08-08
|
571b
|
45 lines
#pragma once
// PictRead.h
//
// prototypes for PictRead.c
//
// ©1998 Kas Thomas and Xplain Corp.
//
#ifndef PictRead_h
#define PictRead_h
#include <stdlib.h>
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
#define IO_ALERT 401
PicHandle OpenPICTFile(
short vRefNum,
Str255 fName);
PicHandle GetPICTFile(
void);
short LoadMapPICT(
PicHandle pict,
unsigned long mapSizeX,
unsigned long mapSizeY,
TQ3StoragePixmap *bMap);
void IOErr( OSErr errcode );
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* PictRead_h */